Single Line Comments ( // )
Multi Line Comments (/* */)
XML Comments ( /// )
C# comment -
// This is a single line comment
/* This is a multi-line comment
and continues until the end
of comment symbol is reached */